IUpdaterTrackable<T>

An interface that implements the CloudNimble common pattern for tracking who updated an Entity.

Syntax

public interface IUpdaterTrackable<T> where T : struct

Properties

UpdatedById

T? UpdatedById { get; set; }
The unique identifier for the User that updated this particular Entity.

Returns

T?